refactor: Convert to documentation-only reference repository#1
Merged
jeremyeder merged 1 commit intomainfrom Dec 18, 2025
Merged
refactor: Convert to documentation-only reference repository#1jeremyeder merged 1 commit intomainfrom
jeremyeder merged 1 commit intomainfrom
Conversation
Remove FastAPI application and make this a pure documentation-only reference for AI-assisted development patterns. Changes: - Remove app/ directory (FastAPI application) - Remove tests/ directory (application tests) - Remove Containerfile (container configuration) - Update CLAUDE.md to documentation-only focus - Update README.md with documentation-only quickstart - Update pyproject.toml (minimal linting dependencies only) - Update requirements.txt and requirements-dev.txt (doc tooling only) - Update CI/CD workflows (documentation validation only) - Update security.yml (secrets detection in docs only) Repository now focuses on: - Codebase Agent (CBA) patterns and configuration - Architecture pattern documentation - Security pattern reference - Testing pattern documentation - CI/CD documentation validation - ADR scaffolding All patterns are reference material for teams to adapt to their needs.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Converts the Ambient Code Reference Repository from an application-focused template to a documentation-only reference for AI-assisted development patterns.
Changes Made
Removed:
app/directory)tests/directory)Updated:
Retained:
.claude/- Codebase Agent patterns and configurationdocs/- Architecture, security, and testing pattern documentationscripts/- Validation and setup scripts.github/workflows/- Documentation-focused CI/CDRepository Purpose (Updated)
The repository now serves as a pure reference for teams to:
Benefits
Test Plan